projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99b9e35
)
Fix a typo in !HAVE_XCURSOR code paths
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 7 May 2011 16:01:04 +0000
(12:01 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 7 May 2011 16:01:04 +0000
(12:01 -0400)
Patch by Victor Oliveira,
http://bugzilla.gnome.org/show_bug.cgi?id=649665
gdk/x11/gdkcursor-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkcursor-x11.c
b/gdk/x11/gdkcursor-x11.c
index b592af9ad7bb5af50d9ce799e9b3de7dae394ef0..ae4308eff07894310c4c81b8bfc3c90fe893e3d6 100644
(file)
--- a/
gdk/x11/gdkcursor-x11.c
+++ b/
gdk/x11/gdkcursor-x11.c
@@
-719,7
+719,7
@@
_gdk_x11_display_get_cursor_for_pixbuf (GdkDisplay *display,
cairo_surface_t *pixmap, *mask;
guint width, height, n_channels, rowstride, data_stride, i, j;
guint8 *data, *mask_data, *pixels;
- GdkRGB
B
A fg = { 0, 0, 0, 1 };
+ GdkRGBA fg = { 0, 0, 0, 1 };
GdkRGBA bg = { 1, 1, 1, 1 };
GdkScreen *screen;
cairo_surface_t *image;